- llvm-toolchain-15 (1:15.0.6-4+rpi1) bookworm-staging; urgency=medium
++llvm-toolchain-15 (1:15.0.7-10+rpi1) trixie-staging; urgency=medium
+
+ [changes brought forward from llvm-toolchain-3.8 1:3.8-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 14 May 2016 21:43:35 +0000]
+ * Cleanup .pyc files in clean target.
+ * Add a hack to the cmake based build to force armv6 (unfortunately the cmake
+ based build relies on config.guess which assumes you want to build for the
+ hardware you are running on).
+ * Add -DCOMPILER_RT_BUILD_BUILTINS=OFF to disable parts of compiler-rt that
+ are broken on lower arm architectures.
+
+ [changes introduced in llvm-toolchain-3.9 1:3.9.1-1 by Peter Michael Green]
+ * disable testsuite (using a method that is hopefully less likely to cause diff conflicts than previously).
+ * Remove -march=armv7-a in compiler-rt/cmake/config-ix-base.cmake
+ * Clean up debian/usr in clean target.
+ * Clean up clang/tools/*-3.9 in clean target.
+ * Clean up stray *3.9.vim files
+ * Clean up clang/tools/scan-build/man/scan-build-3.9.1 and utils/vim/llvm-3.9-vimrc
+ * Clean up debian/*.install
+
+ [changes introduced in llvm-toolchain-6.0 1:6.0-1+rpi1 by Peter michael green]
+ * create build-llvm/docs/ocamldoc/html/ so the install target doesn't complain
+ about it not existing.
+ * clean up more crap left behind by build process.
+
+ [changes introduced in llvm-toolchain-6.0 1:6.0-3+rpi1 by Peter Michael Green]
+ * Remove debian/man in clean target.
+
+ [changes introduced in llvm-toolchain-7 1:7-6+rpi1 by Peter Michael Green]
+ * Use libatomic on armhf
+ * Set cmake/config.guess.hack back to mode 644 in clean target to keep
+ git/dgit happy.
+ * Yet more clean target fixes.
+
+ [changes introduced in llvm-toolchain-7 1:7.0.1-1+rpi2 by Peter Michael Green]
+ * Change triplet in debian/rules to use armv6k rather than armv7l
+
+ [changes introduced in llvm-toolchain-12 1:12.0.1-16 by Peter Michael Green]
+ * Disable llvm libunwind on armhf, it seems to come out armv7 contaminated.
+
+ [changes introduced in llvm-toolchain-13 (1:13.0.0-9+rpi1 by Peter Michael Green]
+ * Disable scudo on armhf, it needs atomics which we do not want to enable.
+
+ [changes brought forward from 1:13.0.0-9+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Tue, 23 Nov 2021 22:37:30 +0000]
+ * Remove armhf from architecture list for libunwind-13-dev dependency.
+
- -- Raspbian forward porter <root@raspbian.org> Fri, 13 Jan 2023 00:15:05 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> Tue, 31 Oct 2023 22:50:58 +0000
++
+ llvm-toolchain-15 (1:15.0.7-10) unstable; urgency=medium
+
+ [ Gianfranco Costamagna ]
+ * Merge branch 14 containing wasm build fixes.
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 08 Sep 2023 00:43:45 +0200
+
+ llvm-toolchain-15 (1:15.0.7-9) unstable; urgency=medium
+
+ [ John Paul Adrian Glaubitz ]
+ * Disable wasm support on powerpc and powerpcspe
+ * Remove powerpc from BINUTILS_GOLD_ARCHS again
+
+ [ Samuel Henrique ]
+ * Explicitly depend on libcurl4-openssl-dev,
+ since nss is being removed. (Closes: #1043551)
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 07 Sep 2023 01:40:17 +0200
+
+ llvm-toolchain-15 (1:15.0.7-8) unstable; urgency=medium
+
+ * Update gcc-13 patch with another flang build fix.
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 01 Aug 2023 08:12:48 +0200
+
+ llvm-toolchain-15 (1:15.0.7-7) unstable; urgency=medium
+
+ [ Gianfranco Costamagna ]
+ * Add patch to fix build failure with gcc-13 (Closes: #1037760)
+
+ [ Nishit Majithia ]
+ * SECURITY UPDATE: canonicalize pass crashed with segmentation fault
+ - debian/patches/CVE-2023-29932.patch: Use default attributes for
+ intrinsics
+ - CVE-2023-29932
+ * SECURITY UPDATE: One shot bufferize crashed with segmentation fault
+ - debian/patches/CVE-2023-29933.patch: Fix bug in WhileOp analysis
+ verification
+ - CVE-2023-29933
+ * SECURITY UPDATE: convert-scf-to-spirv Pass crashed with segmentation
+ fault
+ - debian/patches/CVE-2023-29934.patch: Account for type conversion
+ failures in scf-to-spirv
+ - CVE-2023-29934
+ * SECURITY UPDATE: spirv-lower-abi-attrs crashes with segmentation faults
+ - debian/patches/CVE-2023-29939.patch: Fix crash in
+ spirv-lower-abi-attributes when the are no SPIR-V env attributes
+ - CVE-2023-29939
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 31 Jul 2023 22:31:23 +0200
+
+ llvm-toolchain-15 (1:15.0.7-6) unstable; urgency=medium
+
+ [ Sylvestre Ledru ]
+ * Only pass -Bno-symbolic if it exists
+
+ [ Gianfranco Costamagna ]
+ * Revert LIBCXXABI_ARM_EHABI => _LIBCXXABI_ARM_EHABI change,
+ FTBFS on arm*.
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Mon, 26 Jun 2023 10:13:40 +0200
+
+ llvm-toolchain-15 (1:15.0.7-5) unstable; urgency=medium
+
+ [ Graham Inggs ]
+ * debian/patches/ubuntu-releases.patch: Update the list of
+ Ubuntu release names
+
+ [ Gianfranco Costamagna ]
+ * Add powerpc to GOLD architectures
+ * Cherry-pick upstream fix for newer cmake-related build failure
+ * Cherry-pick upstream fix for HIP search path depending on os-release (Closes: #1037452)
+
+ [ Steve Langasek ]
+ * debian/rules: disable -Wl,-Bsymbolic-functions for libomp. LP: #2016471.
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 24 Jun 2023 20:04:59 +0200
+
+ llvm-toolchain-15 (1:15.0.7-5~exp2) experimental; urgency=medium
+
+ * Also apply the workround of issue #62621 for focal
+ and to include libpolly-15-dev
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Sat, 10 Jun 2023 11:52:14 +0200
+
+ llvm-toolchain-15 (1:15.0.7-5~exp1) experimental; urgency=medium
+
+ * Remove old code to manage Debian stretch
+ * Force the replacement of new Ubuntu packages introduced in
+ https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-15/+bug/2008755
+ * Adjust LIBCXXABI_ARM_EHABI => _LIBCXXABI_ARM_EHABI
+ Issue: https://github.com/llvm/llvm-project/issues/59240
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Sun, 04 Jun 2023 11:35:54 +0200
+
+ llvm-toolchain-15 (1:15.0.7-4) unstable; urgency=medium
+
+ * Fix debian/libclang1-15.symbols soname
+ * Remove build artifacts if any
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Wed, 15 Mar 2023 21:45:46 +0100
+
+ llvm-toolchain-15 (1:15.0.7-3) unstable; urgency=medium
+
+ * Disable the flang autopkgtests on unsupported architectures
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Sun, 12 Mar 2023 11:19:54 +0100
+
+ llvm-toolchain-15 (1:15.0.7-2) unstable; urgency=medium
+
+ [ Sylvestre Ledru ]
+ * Yeah, we would like to have this version in bookworm
+ (Closes: #1032316)
+ * Adjust some lintian overrides
+ * Disable flang on s390x. Seems that it is breaking
+
+ [ Gianfranco Costamagna ]
+ * Update print lldb python patch, following what was done
+ in automake for newer python
+
+ [ Samuel Thibault ]
+ * Fix disabling amdgpu on non-Linux.
+
+ llvm-toolchain-14 (1:14.0.6-16) unstable; urgency=medium
+
+ [ Sylvestre Ledru ]
+ * also apply the wasm build fix
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 08 Sep 2023 00:41:35 +0200
+
+ llvm-toolchain-14 (1:14.0.6-15) unstable; urgency=medium
+
+ [ Sylvestre Ledru ]
+ * Strip -fcf-protection for wasm build - new flag added in dpkg 1.22
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 07 Sep 2023 11:25:23 +0200
+
+ llvm-toolchain-14 (1:14.0.6-14) unstable; urgency=medium
+
+ [ Gianfranco Costamagna ]
+ * Fixup typo in spirv detection
+
+ [ Samuel Henrique ]
+ * Explicitly depend on libcurl4-openssl-dev,
+ since nss is being removed. (Closes: #1043550)
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 07 Sep 2023 01:39:17 +0200
+
+ llvm-toolchain-14 (1:14.0.6-13) unstable; urgency=medium
+
+ [ John Paul Adrian Glaubitz ]
+ * Don't run chrpath for libclang on powerpc and powerpcspe
+
+ [ Faidon Liambotis ]
+ * Update the wasm-sysroot-usr.diff patch to restore functionality that was
+ accidentally dropped when the patch was forward-ported from 14 to 15. This
+ resolves an issue in which clang++ builds would fail if libc++-15-dev was
+ installed alongside libc++-15-dev-wasm32. (Closes: #1029010, #1032317)
+
+ [ Cordell Bloor ]
+ * Backport support for HIP in /usr and add Debian paths
+ for rocm-device-libs to search list (Closes: #1031808)
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Sun, 15 Jan 2023 10:54:41 +0100
+
+ llvm-toolchain-15 (1:15.0.7-1) unstable; urgency=medium
+
+ * New upstream release
+ * Upload to unstable
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Sun, 08 Jan 2023 12:31:57 +0100
+
+ llvm-toolchain-15 (1:15.0.6-5~exp3) experimental; urgency=medium
+
+ * Don't always build flang
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Sat, 07 Jan 2023 23:46:18 +0100
+
+ llvm-toolchain-15 (1:15.0.6-5~exp2) experimental; urgency=medium
+
+ * Restrict flang on 64bits archs:
+ (amd64 arm64 mips64el ppc64el kfreebsd-amd64 s390x ppc64 sparc64 riscv64)
+ See: https://github.com/llvm/llvm-project/issues/59845
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Fri, 06 Jan 2023 13:19:48 +0100
+
+ llvm-toolchain-15 (1:15.0.6-5~exp1) experimental; urgency=medium
+
+ * Add flang-15 and libraries support
+ * Several changes coming from the branch -14:
+ * wasm support significantly improved with several packages:
+ - libc++-15-dev-wasm32
+ - libc++abi-15-dev-wasm32
+ - libclang-rt-15-dev-wasm32
+ - libclang-rt-15-dev-wasm64
+ It is now as easy as:
+ $ apt install clang-15 lld-15 libclang-rt-15-dev-wasm32 wasi-libc
+ $ clang-15 --target=wasm32-wasi helloworld.c -o helloworld.wasm
+ Many thanks to Faidon Liambotis
+ * libclang-common-15-dev splitted into different packages:
+ - libclang-rt-15-dev
+ - libpolly-15-dev
+ - libclang-rt-15-dev-wasm32
+ - libclang-rt-15-dev-wasm64
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Tue, 03 Jan 2023 00:40:25 +0100
llvm-toolchain-15 (1:15.0.6-4) unstable; urgency=medium
lcov, procps, help2man, zlib1g-dev,
g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32],
libjs-mathjax, python3-recommonmark,
- doxygen, gfortran,
+ doxygen,
ocaml-base [amd64 arm64 armhf ppc64el riscv64 s390x] | ocaml-nox [amd64 arm64 armhf ppc64el riscv64 s390x],
- ocaml-findlib [amd64 arm64 armhf ppc64el riscv64 s390x],
- libctypes-ocaml-dev [amd64 arm64 armhf ppc64el riscv64 s390x],
- dh-exec, dh-ocaml [amd64 arm64 armhf ppc64el riscv64 s390x],
+ ocaml-findlib [amd64 arm64 armhf ppc64el s390x],
+ libctypes-ocaml-dev [amd64 arm64 armhf ppc64el s390x],
+ dh-exec, dh-ocaml [amd64 arm64 armhf ppc64el s390x],
libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
llvm-spirv-15 [ amd64 arm64 armel armhf mips64el mipsel ppc64el riscv64 s390x ] <!stage1> |
llvm-spirv-14 [ amd64 arm64 armel armhf mips64el mipsel ppc64el riscv64 s390x ] <!stage1> | hello [!i386],
libprotobuf-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],
protobuf-compiler [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x]
# "| hello" is for older buster/bionic distros without spirv support
-Build-Conflicts: oprofile
+Build-Conflicts: oprofile, libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev
- Standards-Version: 4.2.1
+ Standards-Version: 4.6.2
Homepage: https://www.llvm.org/
Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 15
Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/15